home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / LANGUAGE / POTSRC.ARC / src / h / CLib next >
Text File  |  1995-05-06  |  501b  |  24 lines

  1. #ifndef pOt_CLib__INC
  2. #define pOt_CLib__INC
  3. /* This code is generated by pOt. */
  4.  
  5.  
  6. typedef struct pOt__tag_1_CLib pOt_SwiRegs_CLib;
  7.  
  8. struct pOt__tag_0_CLib {
  9.   pOt__ArrTypDsc *td;
  10.   pOt_LONGINT arr[0xAL];
  11. } ;
  12. extern pOt__ArrTypDsc pOt__td_0_CLib;
  13. struct pOt__tag_1_CLib {
  14.   pOt__RecTypDsc *td;
  15.   struct pOt__tag_0_CLib pOt_r;
  16. } ;
  17. extern pOt__RecTypDsc pOt__td_1_CLib;
  18.  
  19.  
  20. pOt_LONGINT KernelSwi pOt__ARGS((pOt_LONGINT , pOt_LONGINT , pOt_LONGINT ));
  21. extern void pOt_CLib__body pOt__ARGS((void));
  22.  
  23. #endif
  24.